DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1SelectDataCollection<S,T> Class / CanGroup Method
The group descriptions that determine how the data would be grouped.

In This Topic
    CanGroup Method (C1SelectDataCollection<S,T>)
    In This Topic
    Returns whether the collection is able to group the specified group descriptions.
    Syntax
    'Declaration
     
    Public Overridable Function CanGroup( _
       ByVal ParamArray groupDescriptions() As GroupDescription _
    ) As Boolean
    public virtual bool CanGroup( 
       params GroupDescription[] groupDescriptions
    )

    Parameters

    groupDescriptions
    The group descriptions that determine how the data would be grouped.
    See Also